export interface StaffConnector {
    Id: number;
    LastUpdatedUserId: string;
}
