export interface BranchesOptions { only?: string[]; ignore?: string[]; } export interface UsersOptions { only?: string[]; ignore?: string[]; }