UNPKG

@cardstack/cli

Version:

Command line tools for Cardstack.

11 lines (10 loc) 203 B
interface File { filename: string; contents: string; [key: string]: string; } interface Blueprint { [key: string]: File[]; } declare const blueprint: Blueprint; export default blueprint;