Home > @datashaper/workflow > Readable
Signature:
export type Readable<T extends ResourceSchema> = {
profile?: T['profile'] | undefined;
name?: T['name'] | undefined;
} & Omit<T, 'profile' | 'name' | '$schema'>;Home > @datashaper/workflow > Readable
Signature:
export type Readable<T extends ResourceSchema> = {
profile?: T['profile'] | undefined;
name?: T['name'] | undefined;
} & Omit<T, 'profile' | 'name' | '$schema'>;