import Mail from '../Mail';
export default interface UidsList {
    uids?: number[];
    mails?: Mail[];
}
