export interface INatipayJwtPayloadApp {
    id: string;
    slug: string;
}
