Type alias LockedAmount

LockedAmount: {
    amount: Amount;
    type: string;
}

Type declaration