メインコンテンツまでスキップ
バージョン: Next

types : DetailSchool

{
/**
* 学校のタイプ
*/
type: SchoolType
/**
* 学校名
*/
name: string,
/**
* BaseScheme.schoolId と 同様
*/
id: string,
/**
* 登録代表ユーザー
*/
ownerId: string,
/**
* 管理者
*/
admins: string[]
}
プロパティ説明
typeSchoolType学校のタイプ
namestring学校名
idstringSchool.schoolId と 同様
ownerIdstring登録代表ユーザー
adminsstring[]管理者