export interface RestResource {
    id: number;
    readonly resourceName: string;
}
//# sourceMappingURL=RestResource.d.ts.map