export interface INatipayJwtPayloadApp {
    id: string;
    developerId: string | null;
    slug: string | null;
    name: string | null;
}
