Interface IWorld<ParametersType>

interface IWorld {
    attach: ICreateAttachment;
    log: ICreateLog;
    parameters: ParametersType;
    [key: string]: any;
}

Type Parameters

  • ParametersType = any

Implemented by

Indexable

[key: string]: any

Properties

Properties

attach: ICreateAttachment
log: ICreateLog
parameters: ParametersType

Generated using TypeDoc