RemoveAllEmptyCollectionsResponse

interface RemoveAllEmptyCollectionsResponse {
    count: number;
    result: boolean;
}

Properties

Properties

count: number

RemoveAllEmptyCollectionsResponse

result: boolean

RemoveAllEmptyCollectionsResponse