Type Alias SnpmbPdssSchoolProfileData

SnpmbPdssSchoolProfileData: {
    accreditation: string;
    address_city: string;
    address_postal_code: string;
    address_province: string;
    address_street: string;
    allow_curr: boolean;
    allow_score: boolean;
    can_use_erapor: unknown;
    curriculum_finalized_at: number;
    curriculum_finalized_by: string;
    information_finalized_at: number;
    information_finalized_by: string;
    is_curriculum_finalized: boolean;
    is_curriculum_unfinalize_allowed: boolean;
    is_erapor_enabled: boolean;
    is_information_finalized: boolean;
    is_information_unfinalize_allowed: boolean;
    is_score_finalized: boolean;
    is_student_finalized: boolean;
    is_student_unfinalize_allowed: boolean;
    last_updated: number;
    name: string;
    npsn: string;
    ownership: string;
    profile_unfinalized_at: number;
    school_id: string;
    score_finalized_at: number;
    score_finalized_by: string;
    student_finalized_at: number;
    student_finalized_by: string;
    type: string;
}

Type declaration

  • accreditation: string
  • address_city: string
  • address_postal_code: string
  • address_province: string
  • address_street: string
  • allow_curr: boolean
  • allow_score: boolean
  • can_use_erapor: unknown
  • curriculum_finalized_at: number
  • curriculum_finalized_by: string
  • information_finalized_at: number
  • information_finalized_by: string
  • is_curriculum_finalized: boolean
  • is_curriculum_unfinalize_allowed: boolean
  • is_erapor_enabled: boolean
  • is_information_finalized: boolean
  • is_information_unfinalize_allowed: boolean
  • is_score_finalized: boolean
  • is_student_finalized: boolean
  • is_student_unfinalize_allowed: boolean
  • last_updated: number
  • name: string
  • npsn: string
  • ownership: string
  • profile_unfinalized_at: number
  • school_id: string
  • score_finalized_at: number
  • score_finalized_by: string
  • student_finalized_at: number
  • student_finalized_by: string
  • type: string