Er-Api SDK - v1.0.7
    Preparing search index...

    Interface CodeResponse

    interface CodeResponse {
        from: string;
        output: string;
        run: string[];
        status: number;
    }
    Index

    Properties

    Properties

    from: string
    output: string
    run: string[]
    status: number