interface ClientSchemaProperty {
    __entityType: "customType" | "enum" | "model" | "customConversation" | "customQuery" | "customMutation" | "customSubscription" | "customGeneration";
    type: any;
}

Hierarchy (view full)

Properties

Properties

__entityType: "customType" | "enum" | "model" | "customConversation" | "customQuery" | "customMutation" | "customSubscription" | "customGeneration"
type: any