's'
This commit is contained in:
9
types/resource-metadata.ts
Normal file
9
types/resource-metadata.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type ResourceMetadata = {
|
||||
commit: string;
|
||||
generated: string;
|
||||
metadata: Array<{
|
||||
commit: string;
|
||||
hash: string;
|
||||
path: string;
|
||||
}>;
|
||||
};
|
||||
Reference in New Issue
Block a user