nodemod
Version:
A collection of node modules for The Really Project
14 lines • 323 B
TypeScript
export interface SignaturOptions {
separator?: string;
}
export interface DecodedData<T> {
data: T;
}
export interface SignaturReturnError {
error: {
type: string;
message: string;
};
}
export declare type UnknownRecord = Record<string, unknown>;
//# sourceMappingURL=custom_typings.d.ts.map