Interface Posting

Type for a 'raw' transaction posting

interface Posting {
    type: "posting";
    value: Core.Posting & {
        comment?: InlineComment;
    };
}

Properties

Properties

type: "posting"
value: Core.Posting & {
    comment?: InlineComment;
}

Type declaration

Generated using TypeDoc