Type Alias PermittedControllerType<ControllerType>

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

Type Parameters

  • ControllerType extends { manifest: any }
MMNEPVFCICPMFPCPTTAAATR