export interface GetAllSystemAvatars {
  /** The avatar type. */
  type: 'issuetype' | 'project' | 'user' | string;
}
