export interface ITokenPayload {
    phoneNumber: string;
    apps: string[];
}
