Type alias Posting

Posting: Core.Posting & {
    tags: Core.Tag[];
}

Type for a transaction posting, which in a cooked journal is augmented with a list of attached tags.

Type declaration

Generated using TypeDoc