Mayson Monorepo Documentation
    Preparing search index...
    interface CustomField {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the custom field. This may be up to 40 characters.

    value: string

    The value of the custom field. This may be up to 140 characters. When updating, pass an empty string to remove previously-defined values.