Skip to content
On this page

IResource

Interface Definition

ts
interface IResource {
    readonly name: string;
    readonly type: string;
};

Documentation

Documentation Created with ❤️ by Stuyk