export interface CollectionRequest {
    childIds: string[];
    collectionId: string;
}
