UNPKG

323 BTypeScriptView Raw
1export interface SignaturOptions {
2 separator?: string;
3}
4export interface DecodedData<T> {
5 data: T;
6}
7export interface SignaturReturnError {
8 error: {
9 type: string;
10 message: string;
11 };
12}
13export declare type UnknownRecord = Record<string, unknown>;
14//# sourceMappingURL=custom_typings.d.ts.map
\No newline at end of file