Files
reflector/www/app/api/models/DeletionStatus.ts

4 lines
52 B
TypeScript

export type DeletionStatus = {
status: string;
};