Type alias StrictSessionParams

StrictSessionParams: {
    sessionID: string;
    sessionSigner: SupportedSigner;
}

Type declaration