10 lines
141 B
TypeScript
10 lines
141 B
TypeScript
|
|
export class ApiRegisteryLine {
|
||
|
|
public id: number;
|
||
|
|
public url: string;
|
||
|
|
public method: string;
|
||
|
|
public header_id: number;
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
}
|