MetaProperty<X>: X & {
    meta: KeywordIdentifier<X>;
    property: PublicKeyIdentifier<X>;
    type: "MetaProperty";
}

Type Parameters

  • X