interface UsePkpActionDefinition {
    key: "usePkp";
    pkp: ContextOrLiteral<PKPInfo>;
}

Properties

Properties

key