interface BaseRequest {
    env?: string;
    tag?: string;
    tenant?: string;
}

Hierarchy (View Summary)

Properties

Properties

env?: string
tag?: string
tenant?: string