export interface CreateAppDto {
    app_name: string;
    org_slug: string;
}
