export class ApiRegisteryLine { public id: number; public url: string; public method: string; public header_id: number; }