Type alias SignOutRequest

SignOutRequest: {
    account: AccountInfo;
    correlationId?: string;
}

Type declaration

Generated using TypeDoc