interface AccountId {
    accountId: string;
}

Hierarchy

  • Record<string, unknown>
    • AccountId

Properties

Properties

accountId: string