export enum ColumnIpStatus { Available = 'available', Processing = 'processing', Deleting = 'deleting', Stuck = 'stuck', Failed = 'failed', }