export type Meta = { type: 'add'; descriptor: TDescriptor; } | { type: 'remove'; id: string; };