@sovereignbase/schema-crdt
    Preparing search index...

    Type Alias CREntryPointState<Type>

    CREntryPointState: {
        actionApplication: Readonly<CRSet<CREntryPointApplication>>;
        actionPlatform: Readonly<CRSet<CREntryPointActionPlatform>>;
        contentType: Readonly<CRSet<SchemaOrgText>>;
        encodingType: Readonly<CRSet<SchemaOrgText>>;
        httpMethod: SchemaOrgText;
        urlTemplate: SchemaOrgText;
    } & CRIntangibleState<Type>

    Runtime CRDT state surface for Schema.org EntryPoint.

    Type Parameters

    • Type = "EntryPoint"

    Type Declaration