assets without objects
This commit is contained in:
@@ -12,10 +12,9 @@ interface DocumentLike {
|
||||
|
||||
interface AssetLike {
|
||||
id?: Identifier;
|
||||
cardinality?: number;
|
||||
url?: string | null;
|
||||
expires_at?: number | null;
|
||||
metadata?: Record<string, unknown> | null;
|
||||
objects?: Array<Record<string, unknown>>;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user