blob: 595b5d6c9ff26b57aae86711064bc66b9271d9f5 [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' | '';
export type Roles = Role[] | null;