s-private API Documentation - v3.8.1
    Preparing search index...
    LastUpdatedNote: ZodObject<
        {
            createdAt: $ZodBranded<ZodDate, "CreatedAt", "out">;
            id: $ZodBranded<ZodDefault<ZodUUID>, "Id", "out">;
            markdown: $ZodBranded<ZodString, "Markdown", "out">;
            status: ZodLiteral<"LAST_UPDATED">;
            title: $ZodBranded<ZodString, "NoteTitle", "out">;
            userId: $ZodBranded<ZodString, "UserId", "out">;
        },
        $strip,
    > = ...

    Zod schema for a last-updated note.

    Represents a note that has been modified since last export. This is an intermediate state between UNEXPORTED and EXPORTED.