Export

ConstantsResponse

interface ConstantsResponse {
    bool_values?: {
        [key: string]: string;
    };
    int_64_values?: {
        [key: string]: string;
    };
    string_values?: {
        [key: string]: string;
    };
}

Properties

bool_values?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string

Memberof

ConstantsResponse

int_64_values?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string

Memberof

ConstantsResponse

string_values?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string

Memberof

ConstantsResponse

Generated using TypeDoc