@squidcloud/client
    Preparing search index...

    Interface FunctionNameWithContext

    Function name with contextual data, where the data must be serializable as JSON.

    interface FunctionNameWithContext {
        context: Record<string, unknown>;
        name: string;
    }
    Index

    Properties

    Properties

    context: Record<string, unknown>

    A record of contextual data associated with the function call.

    name: string

    The name of the function within a service.