Interface Resource

interface Resource {
    id: number;
    resourceType: string;
}

Properties

Properties

id: number
resourceType: string