Documentation
    Preparing search index...

    Interface ListActorsInput<E>

    interface ListActorsInput<E extends Env = any> {
        c?: Context<any, any, {}>;
        includeDestroyed?: boolean;
        key?: string;
        name: string;
    }

    Type Parameters

    • E extends Env = any
    Index

    Properties

    c?: Context<any, any, {}>
    includeDestroyed?: boolean
    key?: string
    name: string