ts-japi
Version:
A highly-modular (typescript-friendly)-framework agnostic library for serializing data to the JSON:API specification
10 lines • 353 B
TypeScript
import Metaizer from '../classes/metaizer';
export interface LinkerOptions<Dependencies extends any[]> {
/**
* A {@link Metaizer} that gets the
* [meta](https://jsonapi.org/format/#document-resource-object-relationships)
* about the link.
*/
metaizer?: Metaizer<Dependencies>;
}
//# sourceMappingURL=linker.interface.d.ts.map