ErrorResponse
Type Alias: ErrorResponse
type ErrorResponse = {
error: string;
};
Defined in: packages/api/src/client/types.gen.ts:74
Type declaration
error?
optional error: string;
Error message detailing the issue.
Updated 10 days ago