interface ContractTypeInfo {
    displayName: string[];
    type: number;
}

Properties

Properties

displayName: string[]
type: number