Files
freeCodeCamp/tools/challenge-editor/client/interfaces/super-block.ts
2023-02-02 07:59:02 +01:00

5 lines
64 B
TypeScript

export interface SuperBlock {
name: string;
path: string;
}