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

    Interface DocumentMembersResponseDTO

    interface DocumentMembersResponseDTO {
        access: EntityAccess;
        managers: { [key: string]: DocumentMemberResponseDTO };
        spectators: { [key: string]: DocumentMemberResponseDTO };
    }
    Index

    Properties

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