Implement repertoire REST API
This commit is contained in:
@@ -12,6 +12,9 @@ export const AttachmentId = Brand.nominal<AttachmentId>();
|
||||
export type PieceId = Brand.Branded<UUID, "PieceId">;
|
||||
export const PieceId = Brand.nominal<PieceId>();
|
||||
|
||||
export type RepertoireId = Brand.Branded<UUID, "RepertoireId">;
|
||||
export const RepertoireId = Brand.nominal<RepertoireId>();
|
||||
|
||||
export type RequestId = Brand.Branded<UUID, "RequestId">;
|
||||
export const RequestId = Brand.nominal<RequestId>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user