export type ErrorMessage = object | string | null | string[];
export type SuccessData = object | [] | null;
