ShareCollectionResponse

interface ShareCollectionResponse {
    emails?: string[];
    result?: boolean;
}

Properties

Properties

emails?: string[]

ShareCollectionResponse

result?: boolean

ShareCollectionResponse