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

    Properties

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