export interface Response{ status: string | 'success' | 'fail' | 'error'; datum: M; data: M[]; message: string; code?: number; }