blob: 68f9679bf2723af8c9f16799878940ee62de7583 [file] [log] [blame]
// DO NOT EDIT. This file is automatically generated.
export interface Revision {
hash: string;
url: string;
}
export interface Metadata {
revision: Revision;
demos: string[] | null;
}