@xo-cash/types
    Preparing search index...

    Type Alias XOTemplateData

    A data field definition in the template.

    More work needs to be done on this type.

    type XOTemplateData = {
        hint?: string;
        type: XOTemplatePrimitiveType;
        value: unknown;
    }
    Index

    Properties

    Properties

    hint?: string

    An optional hint to help apps and users understand this data field.

    The data type of this data field.

    value: unknown

    The value for this data field.