Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FormBlockImage

    interface FormBlockImage {
        id: string;
        category: "BLOCK";
        type: "IMAGE";
        config?: FormBlockImageConfig;
    }
    Index

    Properties

    Properties

    id: string
    category: "BLOCK"
    type: "IMAGE"