summary refs log tree commit diff
path: root/src/util/schemas/ApplicationCreateSchema.ts
blob: 0801a6c59a459e330ce1e329c5cf26c2a683d550 (plain) (blame)
1
2
3
4
export interface ApplicationCreateSchema {
	name: string;
	team_id?: string | number;
}