Scorable TypeScript SDK - v0.12.1
    Preparing search index...

    Type Alias JudgeExecutionPayload

    JudgeExecutionPayload: Omit<
        components["schemas"]["JudgeExecutionRequest"],
        "project_id",
    > & { projectId?: string }

    Type Declaration

    • OptionalprojectId?: string

      Project to assign the execution log to. Defaults to the judge's project or org default. Translated to project_id on the wire.