spacebar/src/util/schemas/ApplicationCreateSchema.ts
2022-12-18 23:45:29 +11:00

4 lines
87 B
TypeScript

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