proposit-core
    Preparing search index...

    Variable RelaxedSocialMediaReferenceSchemaConst

    RelaxedSocialMediaReferenceSchema: TIntersect<
        [
            TObject<
                {
                    type: TUnion<
                        [
                            TLiteral<"Book">,
                            TLiteral<"Website">,
                            TLiteral<"BookChapter">,
                            TLiteral<"Handbook">,
                            TLiteral<"TechnicalReport">,
                            TLiteral<"Standard">,
                            TLiteral<"Thesis">,
                        ],
                    >;
                },
            >,
            TObject<
                {
                    author: TObject<
                        {
                            familyName: TString;
                            givenNames: TString;
                            suffix: TOptional<TString>;
                        },
                    >;
                    platform: TString;
                    postDate: TDateType;
                    type: TLiteral<"SocialMedia">;
                    url: TString;
                },
            >,
        ],
    > = ...