export type ImportOptions = {
    workspaceId?: string;
    workspaceScope?: 'design' | 'collection';
}
