Typescript SDK Type Docs
    Preparing search index...

    Interface AttributeType

    Umbrella type for specific attribute types discriminated by property name.

    interface AttributeType {
        name: string;
    }
    Index

    Properties

    Properties

    name: string