UNPKG

flotta-sdk

Version:
15 lines (14 loc) 284 B
export declare type BusinessHolder = { fisrtName: string; secondName: string; email: string; password: string; }; export declare type Token = { token: string; }; export declare type AddBHError = { statusCode: number; error: string; message: string; };