ChatBotKit Node SDK
    Preparing search index...

    Type Alias ResourceConfigSchemaFor<T, U>

    ResourceConfigSchemaFor: z.ZodObject<
        BasicResourceConfigSchemaFields & {
            properties: z.ZodObject<ZodSchemaFor<U>>;
            type: z.ZodLiteral<T>;
        },
    >

    Type Parameters

    • T
    • U