marrow-cells / src /marrow-cell-types.ts
lysine's picture
first commit
d0af1c9
raw
history blame contribute delete
198 Bytes
export interface CellTypes {
[key: string]: string;
}
export interface RandomResult {
images: string[];
type: string;
count: number;
}
export interface FilterParams {
type?: string[];
}