interface OptionalService {
    _id: string;
    numberOptingIn: number;
}

Properties

Properties

_id: string
numberOptingIn: number