interface BidKind implements Enumimport { type BidKind } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/society/types.ts"; PropertiesreadonlyisDeposit: booleanreadonlyasDeposit: BalancereadonlyisVouch: booleanreadonlyasVouch: ITuple<[AccountId, Balance]>readonlytype: "Deposit" | "Vouch"