KC's Workspace
    Preparing search index...
    Repetitions: {
        [Key in PreludeTypes as `<${Key}>+` | `<${Key}>#`]: {
            type: "repeated";
            value: {
                components: FindByType<ParsedComponent, Key>[];
                multiplier: Multiplier;
            };
        }
    }