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