Documentation
    Preparing search index...
    interface ActorOutput {
        actorId: string;
        createTs?: number;
        key: string[];
        name: string;
    }
    Index

    Properties

    actorId: string
    createTs?: number
    key: string[]
    name: string