Type alias Source

Source: any | {
    body: string;
    locationOffset: {
        column: number;
        line: number;
    };
    name: string;
}

Generated using TypeDoc