Interface PreloadContribution

interface PreloadContribution {
    initialize(): MaybePromise<void>;
}

Implemented by

Methods

Methods