@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface LegacyEndpointDefinition

    Legacy endpoint typing shape.

    New DYPAI endpoint maps must use DypaiEndpointContract with method, input, and output. This shape exists only so older projects keep compiling while they migrate to generated endpoint contracts.

    interface LegacyEndpointDefinition {
        body?: unknown;
        params?: Record<string, unknown>;
        response?: unknown;
    }
    Index

    Properties

    body?: unknown

    use input

    params?: Record<string, unknown>

    use input

    response?: unknown

    use output