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

    Type Alias CRActionDefaultShape<Type>

    CRActionDefaultShape: {
        actionProcess: CRSetSnapshot<CRActionProcess>;
        actionStatus: CRActionStatus;
        agent: CRSetSnapshot<CRActionPersonOrOrganization>;
        endTime: SchemaOrgDateTime | SchemaOrgTime;
        error: CRSetSnapshot<CRActionThing>;
        instrument: CRSetSnapshot<CRActionThing>;
        location: CRSetSnapshot<CRActionLocation>;
        object: CRSetSnapshot<CRActionThing>;
        participant: CRSetSnapshot<CRActionPersonOrOrganization>;
        provider: CRSetSnapshot<CRActionPersonOrOrganization>;
        result: CRSetSnapshot<CRActionThing>;
        startTime: SchemaOrgDateTime | SchemaOrgTime;
        target: CRSetSnapshot<CRActionTarget>;
    } & CRThingDefaultShape<Type>

    Serializable CRDT shape for Schema.org Action.

    Schema.org: An action performed by a direct agent and indirect participants upon a direct object.

    Type Parameters

    • Type = "Action"

    Type Declaration