Interface FileMembersDTO

interface FileMembersDTO {
    [key: string]: FileMemberRole;
}

Indexable

[key: string]: FileMemberRole