Interface CustomTimeouts

interface CustomTimeouts {
    create?: string;
    delete?: string;
    update?: string;
}

Properties

create?: string

The optional create timeout represented as a string e.g. 5m, 40s, 1d.

delete?: string

The optional delete timeout represented as a string e.g. 5m, 40s, 1d.

update?: string

The optional update timeout represented as a string e.g. 5m, 40s, 1d.

Generated using TypeDoc