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

    Zod schema for an exported note.

    Represents a note that has been published. Includes the exportedAt timestamp.

    UnexportedNote for the initial state