Documentation
    Preparing search index...
    interface CreateInput<E extends Env = any> {
        c?: Context<any, any, {}>;
        input?: unknown;
        key: string[];
        name: string;
        region?: string;
    }

    Type Parameters

    • E extends Env = any
    Index

    Properties

    Properties

    c?: Context<any, any, {}>
    input?: unknown
    key: string[]
    name: string
    region?: string