shellphone.app/app/_types.ts

5 lines
72 B
TypeScript
Raw Normal View History

2021-07-31 14:33:18 +00:00
export type ApiError = {
statusCode: number;
errorMessage: string;
};