s-private API Documentation - v3.8.1
    Preparing search index...
    UnexportedArticle: ZodObject<
        {
            categoryId: $ZodBranded<ZodDefault<ZodUUID>, "Id", "out">;
            createdAt: $ZodBranded<ZodDate, "CreatedAt", "out">;
            id: $ZodBranded<ZodDefault<ZodUUID>, "Id", "out">;
            ogDescription: $ZodBranded<
                ZodOptional<ZodNullable<ZodString>>,
                "OgDescription",
                "out",
            >;
            ogImageUrl: $ZodBranded<
                ZodOptional<ZodNullable<ZodString>>,
                "OgImageUrl",
                "out",
            >;
            ogTitle: $ZodBranded<
                ZodOptional<ZodNullable<ZodString>>,
                "OgTitle",
                "out",
            >;
            quote: $ZodBranded<ZodOptional<ZodNullable<ZodString>>, "Quote", "out">;
            status: ZodLiteral<"UNEXPORTED">;
            title: $ZodBranded<ZodString, "ArticleTitle", "out">;
            url: $ZodBranded<ZodURL, "Url", "out">;
            userId: $ZodBranded<ZodString, "UserId", "out">;
        },
        $strip,
    > = ...

    Zod schema for an unexported article.

    Represents an article that has not yet been published. This is the initial state of all newly created articles.

    ExportedArticle for the published state