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

Hierarchy (view full)

Properties

Properties

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