interface ContractRequestData {
    VK: string;
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

Properties

VK: string