export default interface CustomResponse { status?: number; statusText?: string; statusCode?: number; message?: string; json?: () => void; }