mirror of
https://github.com/shuguangnet/Code-Master.git
synced 2025-01-23 16:08:45 +08:00
11 lines
240 B
TypeScript
11 lines
240 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export type JudgeConfig = {
|
|
memoryLimit?: number;
|
|
stackLimit?: number;
|
|
timeLimit?: number;
|
|
};
|
|
|