interface AISystemConfiguration {
    configuration: FormsBuilderAISystemConfiguration;
    createdAt: string;
    id: number;
    isEnabled: boolean;
    lastUsedAt?: string;
    name: string;
    updatedAt: string;
}

Hierarchy (view full)

Properties

createdAt: string

The date and time (in ISO format) the resource was created

id: number

The id the resource

isEnabled: boolean
lastUsedAt?: string
name: string
updatedAt: string

The date and time (in ISO format) the resource was last updated