Documentation
    Preparing search index...

    Interface GetForIdInput<E>

    interface GetForIdInput<E extends Env = any> {
        actorId: string;
        c?: Context<any, any, {}>;
        name: string;
    }

    Type Parameters

    • E extends Env = any
    Index

    Properties

    Properties

    actorId: string
    c?: Context<any, any, {}>
    name: string