SerializedModifier type
The JSON-serialized representation of a modifier as stored in the Design Document.
Signature:
type SerializedModifier<TOptions extends KeyValueObject = KeyValueObject> = {
id: string;
metadata: KeyValueObject;
options: Partial<TOptions>;
resource: string;
};