@subsidia-ch/sdk - v1.3.5
    Preparing search index...
    type Season = {
        id: number;
        name: string;
        nameLabel: string | null;
        semesterAbbreviation: string | null;
        startDate: string | null;
    }
    Index

    Properties

    id: number
    name: string
    nameLabel: string | null
    semesterAbbreviation: string | null
    startDate: string | null