interface IOptionLoader {
    load(data?): void;
}

Type Parameters

  • T

Implemented by

Methods

Methods

  • Parameters

    Returns void