References a key value document by key.

interface CustomObjectKeyReference {
    container: string;
    key: string;
    typeId: "key-value-document";
}

Properties

Properties

container: string
key: string
typeId: "key-value-document"