Interface AtomicStep

interface AtomicStep {
    getCacheKey?(): Promise<undefined | string>;
    (container): Promise<void>;
}

Methods

Methods

  • Returns Promise<undefined | string>

Generated using TypeDoc