Sorts an array of items by Sequence property first, then by __mj_CreatedAt for consistent ordering.
This ensures that generated code maintains the same order across multiple runs.
Type Parameters
T extends { Sequence: number; __mj_CreatedAt?: Date; }
Sorts an array of items by Sequence property first, then by __mj_CreatedAt for consistent ordering. This ensures that generated code maintains the same order across multiple runs.