mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 07:05:03 +00:00
chore: run prettier
This commit is contained in:
parent
77ab2718e7
commit
873bf7eb99
54 changed files with 462 additions and 416 deletions
|
@ -22,10 +22,7 @@ export type PendingMemberRoleChanges = {
|
|||
}>;
|
||||
};
|
||||
|
||||
const zReactionRolePair = z.union([
|
||||
z.tuple([z.string(), z.string(), z.string()]),
|
||||
z.tuple([z.string(), z.string()]),
|
||||
]);
|
||||
const zReactionRolePair = z.union([z.tuple([z.string(), z.string(), z.string()]), z.tuple([z.string(), z.string()])]);
|
||||
export type TReactionRolePair = z.infer<typeof zReactionRolePair>;
|
||||
|
||||
export interface ReactionRolesPluginType extends BasePluginType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue