@oazmi/esbuild-types - v0.25.0
    Preparing search index...

    Interface PartialNote

    interface PartialNote {
        text?: string;
        location?: null | Partial<Location>;
    }
    Index

    Properties

    Properties

    text?: string
    location?: null | Partial<Location>