🚨 fix all linting error
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
* @typedef {Object} ErrorResponse
|
||||
* @property {number} status - The HTTP status code corresponding to the error.
|
||||
* @property {string} message - A human-readable error message.
|
||||
* @property {any} [details] - Additional details about the error, if available.
|
||||
* @property {unknown} [details] - Additional details about the error, if available.
|
||||
*/
|
||||
export interface PrismaErrorTypes {
|
||||
status: number;
|
||||
message: string;
|
||||
details?: any;
|
||||
details?: unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user