@makehq/sdk
    Preparing search index...

    Type Alias CheckFunctionResponse

    Response format for checking a function's validity.

    type CheckFunctionResponse = {
        error: string | null;
        success: boolean;
    }
    Index

    Properties

    Properties

    error: string | null

    Error message if validation failed, or null if successful

    success: boolean

    Whether the function code is valid