blob: 29f7a643bf728e8697a42a1c4eddb3aa081ecee3 [file] [log] [blame]
// 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;