RenaiApp/src/shared/types/entities/work.d.ts

4 lines
42 B
TypeScript

type Work = {
nameCanonical: string;
};