export interface GirPrerequisite {
    $: {
        name?: string
    }
}
