Creating Plot Twists
    Preparing search index...

    Type Alias ActivityFilter

    type ActivityFilter = {
        type?: ActorType;
        meta?: { [key: string]: JSONValue };
    }
    Index

    Properties

    Properties

    type?: ActorType
    meta?: { [key: string]: JSONValue }