Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
WMXPY committed Oct 14, 2023
1 parent ff7df75 commit b12fa03
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/connection/definition/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ export enum PUB_CONNECTION_TYPE {

export type PubConnectionConfiguration<T extends PUB_CONNECTION_TYPE> = {

readonly triggerProcedure: PubConnectionProcedureReference<PUB_CONNECTION_PROCEDURE_REFERENCE_TYPE>;
readonly nextProcedure: PubConnectionProcedureReference<PUB_CONNECTION_PROCEDURE_REFERENCE_TYPE>;
readonly triggerProcedure: PubConnectionProcedureReference<
PUB_CONNECTION_PROCEDURE_REFERENCE_TYPE
>;
readonly nextProcedure: PubConnectionProcedureReference<
PUB_CONNECTION_PROCEDURE_REFERENCE_TYPE
>;

readonly parametersMapping: Record<string, string>;

Expand Down

0 comments on commit b12fa03

Please sign in to comment.