@mft/moneyhub-api-client
Version:
Node.JS client for the Moneyhub API
15 lines • 373 B
TypeScript
export interface User {
userId: string;
clientUserId?: string;
clientId: string;
createdAt: string;
updatedAt: string;
scopes: string;
managedBy: "user" | "client";
lastAccessed: string;
deletedAt?: string;
userType: "test" | "demo" | "live";
clientName?: string;
connectionIds: string[];
}
//# sourceMappingURL=user.d.ts.map