Latest interface
Design Document (latest)
Signature:
export interface Latest
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
{ id: string; metadata: { [k: string]: unknown | undefined; }; options: { [k: string]: unknown | undefined; }; resource: string; target?: string | undefined; }[] | |||
{ id: string; metadata: { [k: string]: unknown | undefined; }; options: { [k: string]: unknown | undefined; }; sources: { [k: string]: unknown | undefined; }; type: string; }[] | |||
12 |