export interface ISdkResponse { isOk: boolean; data?: T; message?: string; } //# sourceMappingURL=sdk-response.d.ts.map