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

    Type Alias CREntryPointDefaultShape<Type>

    CREntryPointDefaultShape: {
        actionApplication: CRSetSnapshot<CREntryPointApplication>;
        actionPlatform: CRSetSnapshot<CREntryPointActionPlatform>;
        contentType: CRSetSnapshot<SchemaOrgText>;
        encodingType: CRSetSnapshot<SchemaOrgText>;
        httpMethod: SchemaOrgText;
        urlTemplate: SchemaOrgText;
    } & CRIntangibleDefaultShape<Type>

    Serializable CRDT shape for Schema.org EntryPoint.

    Schema.org: An entry point, within some Web-based protocol.

    Type Parameters

    • Type = "EntryPoint"

    Type Declaration