mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-16 07:04:24 -04:00
10 lines
149 B
TypeScript
10 lines
149 B
TypeScript
export interface Request { }
|
|
|
|
export interface Response {
|
|
success: boolean,
|
|
error?: string,
|
|
}
|
|
|
|
export * from './account';
|
|
export * from './users';
|