export interface ApplicationCreateSchema {
	name: string;
	team_id?: string | number;
}