export type TBotContent = boolean | string | null;
export type TBotAuth = string | null;
