interface AllocationSDKType {
    account: string;
    orderId: bigint;
    quantity: string;
}

Properties

account: string
orderId: bigint
quantity: string