@umbraco-cms/backoffice
    Preparing search index...

    Type Alias PermittedControllerType<ControllerType>

    PermittedControllerType: ControllerType & {
        manifest: Required<Pick<ControllerType, "manifest">>;
    }

    Type Parameters

    • ControllerType extends { manifest: any }