Newer
Older
percord / src / util / schemas / ApplicationCreateSchema.ts
@Madeline Madeline on 18 Dec 2022 87 bytes Refactor applications
export interface ApplicationCreateSchema {
	name: string;
	team_id?: string | number;
}