2025-03-16 16:48:38 +01:00

4 lines
82 B
TypeScript

export default interface INewLibraryRecord {
path: string;
name: string;
}