ShareCollectionResponse

interface ShareCollectionResponse {
    link: string;
    result: boolean;
    token: string;
}

Properties

Properties

link: string

ShareCollectionResponse

result: boolean

ShareCollectionResponse

token: string

ShareCollectionResponse