Interface ExtensionOptions

interface ExtensionOptions {
    order?: number;
}

Properties

Properties

order?: number