Properties
Optional
byFrom
byFrom?: {
[type: string]: string[];
}
Optional
byTo
byTo?: {
[type: string]: string[];
}
Optional
byType
byType?: {
[type: string]: {
from: string;
get?: ((deep, id) => Promise<any>);
to: string;
};
}
Type declaration
[type: string]: {
from: string;
get?: ((deep, id) => Promise<any>);
to: string;
}
from: string
Optional
get?: ((deep, id) => Promise<any>)
- (deep, id): Promise<any>
Returns Promise<any>
to: string