summary refs log tree commit diff
path: root/src/util/schemas/PurgeSchema.ts
blob: f5ab0a202a1da45c5478951efe01b1d7aa90c8f7 (plain) (blame)
1
2
3
4
export interface PurgeSchema {
	before: string;
	after: string;
}