Interface CustomersByEmail

Indexable

  • [email: string]: {
        id: string;
        name?: string;
    }[]