Open ajohn25 opened 7 months ago
This sorts server/api/types.ts so that declarations are ordered alphabetically (via this script). It also moves the type RequestHandlerFactory into assemble-numbers.ts, which is the only place it's referenced.
server/api/types.ts
RequestHandlerFactory
assemble-numbers.ts
types.ts was a bit all over the place in terms of ordering
types.ts
N/A
Description
This sorts
server/api/types.ts
so that declarations are ordered alphabetically (via this script). It also moves the typeRequestHandlerFactory
intoassemble-numbers.ts
, which is the only place it's referenced.Motivation and Context
types.ts
was a bit all over the place in terms of orderingHow Has This Been Tested?
N/A
Screenshots (if appropriate):
Documentation Changes
Checklist: