ShareCollectionRequest

interface ShareCollectionRequest {
    emails: string[];
    role: Role;
}

Properties

Properties

emails: string[]

ShareCollectionRequest

role: Role

ShareCollectionRequest