Type Alias H5PFieldGroup

H5PFieldGroup: Prettify<
    H5PFieldCommon & {
        expanded?: boolean;
        fields: H5PField[];
        isSubContent?: boolean;
        type: "group"
        | Group;
    },
>