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

    Interface EntityAccessMembersResponseDto

    interface EntityAccessMembersResponseDto {
        access: EntityAccess;
        managers: { [key: string]: EntityMemberResponseDto };
        spectators: { [key: string]: EntityMemberResponseDto };
    }
    Index

    Properties

    access: EntityAccess
    managers: { [key: string]: EntityMemberResponseDto }
    spectators: { [key: string]: EntityMemberResponseDto }