Interface SourceLocation


Delegated interfaces and types


interface SourceLocation {
    first_column: number;
    first_line: number;
    last_column: number;
    last_line: number;
    path: string;
}

Properties

first_column: number
first_line: number
last_column: number
last_line: number
path: string

"/etc/icinga2-custom/conf.d/api-users.conf"