Interface AccountDirective

Type for a 'raw' account directive

interface AccountDirective {
    type: "accountDirective";
    value: {
        account: string[];
        comments?: InlineComment;
        contentLines: InlineComment[];
    };
}

Properties

Properties

type: "accountDirective"
value: {
    account: string[];
    comments?: InlineComment;
    contentLines: InlineComment[];
}

Type declaration

Generated using TypeDoc