export enum GirTransferOwnershipType {
    Container = 'container',
    Full = 'full',
    None = 'none',
}
