| // DO NOT EDIT. This file is automatically generated. | |
| export interface Status { | |
| email: EMail; | |
| roles: Roles; | |
| } | |
| export type EMail = string; | |
| export type Role = 'viewer' | 'editor' | 'admin' | 'bisecter' | 'buildbucket' | 'luci_config' | ''; | |
| export type Roles = Role[] | null; |