export interface SecurityLevelAsResponse { /** * The URL of the issue level security item. */ self?: string; /** * The ID of the issue level security item. */ id?: string; /** * The description of the issue level security item. */ description?: string; /** * The name of the issue level security item. */ name?: string; } //# sourceMappingURL=SecurityLevelAsResponse.d.ts.map