export type RESPONSE_TYPE = {
    ok: boolean;
};
