zdu-student-api - v1.1.6
    Preparing search index...

    Interface AudienceRoom

    Аудиторія

    • name — Назва аудиторії
    • block — Назва блоку
    • type — Тип аудиторії
    • places — Кількість місць
    • comment — Коментар до аудиторії
    interface AudienceRoom {
        block: string;
        comment: string;
        name: string;
        places: string;
        type: string;
    }
    Index

    Properties

    block: string
    comment: string
    name: string
    places: string
    type: string