@juki-team/commons - v0.1.10
    Preparing search index...

    Type Alias ContestMembersResponse

    type ContestMembersResponse = {
        administrators: { [key: string]: UserBasicInfo };
        contestants: { [key: string]: UserBasicInfo };
        guests: { [key: string]: UserBasicInfo };
        judges: { [key: string]: UserBasicInfo };
        spectators: { [key: string]: UserBasicInfo };
    }
    Index

    Properties

    administrators: { [key: string]: UserBasicInfo }
    contestants: { [key: string]: UserBasicInfo }
    guests: { [key: string]: UserBasicInfo }
    judges: { [key: string]: UserBasicInfo }
    spectators: { [key: string]: UserBasicInfo }