@oneblink/sdk-core
    Preparing search index...

    Type Alias NewBuiltInFormElementLookup

    type NewBuiltInFormElementLookup = {
        createdAt: string;
        description: string;
        name: string;
        supportUrl: string;
        type: "ELEMENT" | "DATA";
        updatedAt: string;
        url: string;
    }
    Index

    Properties

    createdAt: string
    description: string
    name: string
    supportUrl: string
    type: "ELEMENT" | "DATA"
    updatedAt: string
    url: string