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

    Interface FormSummary

    This file was auto-generated by Fern from our API Definition.

    interface FormSummary {
        id: string;
        name: string;
        created_at: string;
        updated_at: string;
        embedded_at?: string;
        submitted_at?: string;
    }
    Index

    Properties

    id: string
    name: string
    created_at: string
    updated_at: string
    embedded_at?: string
    submitted_at?: string