interface AccountIdEmailRecord {
    accountId: string;
    email: string;
}

Hierarchy

  • Record<string, unknown>
    • AccountIdEmailRecord

Properties

Properties

accountId: string
email: string