10 lines
141 B
TypeScript
Raw Normal View History

2025-08-29 08:55:59 +05:30
export class ApiRegisteryLine {
public id: number;
public url: string;
public method: string;
public header_id: number;
}