Interface IExecutesPayload

interface IExecutesPayload {
    errors: ExecuteError[];
    response: any[];
}

Properties

Properties

errors: ExecuteError[]
response: any[]

Generated using TypeDoc