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

    Interface FlowSummary

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

    interface FlowSummary {
        id: string;
        name: string;
        created_at: string;
        updated_at: string;
        executed_at?: string;
    }
    Index

    Properties

    id: string
    name: string
    created_at: string
    updated_at: string
    executed_at?: string