Skip to content
On this page

IResourceConfig

Interface Definition

ts
interface IResourceConfig {
    readonly type?: string;
    readonly deps?: ReadonlyArray<string>;
    readonly main?: string;
    readonly "client-main"?: string;
    readonly "client-type"?: string;
    readonly "client-files"?: ReadonlyArray<string>;
    readonly "required-permissions"?: ReadonlyArray<shared.Permission>;
    readonly "optional-permissions"?: ReadonlyArray<shared.Permission>;
    readonly [key: string]: unknown;
};

Documentation

Documentation Created with ❤️ by Stuyk