export enum GirDirection {
    In = 'in',
    Inout = 'inout',
    Out = 'out',
    /** @deprecated */
    InOut = 'in-out',
}
