CollectionToggle: {
    __kind: "None";
} | {
    __kind: "Clear";
} | {
    __kind: "Set";
    fields: [Collection];
}

Generated using TypeDoc