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