[fabric/domain] Format Query type definition for improved readability
This commit is contained in:
parent
e92de85fe8
commit
ae61c03bb9
@ -7,7 +7,12 @@ export type Query<
|
||||
TPayload = any,
|
||||
TOutput = any,
|
||||
TErrors extends TaggedError<string> = any,
|
||||
> = BasicQueryDefinition<TDependencies, TPayload, TOutput, TErrors>;
|
||||
> = BasicQueryDefinition<
|
||||
TDependencies,
|
||||
TPayload,
|
||||
TOutput,
|
||||
TErrors
|
||||
>;
|
||||
|
||||
interface BasicQueryDefinition<
|
||||
TDependencies,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user