@molroo-ai/sdk
    Preparing search index...

    Interface Goal

    interface Goal {
        content: string;
        id: string;
        mutable: boolean;
        priority: number;
        status: "active" | "achieved" | "abandoned";
    }
    Index

    Properties

    content: string
    id: string
    mutable: boolean
    priority: number
    status: "active" | "achieved" | "abandoned"