Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
refactor: export PowerActions
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlauer-Hax committed Sep 6, 2024
1 parent ecf9dfe commit 0dee049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/music.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ export type Meta = zod.infer<typeof meta>;
export type OAuthApp = zod.infer<typeof oauthapp>;
export type Payout = zod.infer<typeof payout>;
export type PowerState = zod.infer<typeof serverPowerState>;
export type PowerAction = zod.infer<typeof serverPowerActions>;
export type Server = zod.infer<typeof server>;
export type ServerCreate = zod.infer<typeof serverCreate>;
export type Song = zod.infer<typeof song>;
Expand Down

0 comments on commit 0dee049

Please sign in to comment.