export interface GroupVersionResource {
    group: string;
    version: string;
    resource: string;
}
