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

    Zod schema for an unexported note.

    Represents a note that has not yet been published. This is the initial state of all newly created notes.

    ExportedNote for the published state