export type TCallback = (token: string | false | Error) => void;