pl-api: fix
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
d07f698573
commit
15d7d4dfc3
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@ const groupMemberSchema = v.object({
|
||||||
*/
|
*/
|
||||||
type GroupMember = v.InferOutput<typeof groupMemberSchema>;
|
type GroupMember = v.InferOutput<typeof groupMemberSchema>;
|
||||||
|
|
||||||
export { groupMemberSchema, type GroupMember, type GroupRoles, type GroupRole };
|
export { groupMemberSchema, type GroupMember, GroupRoles, type GroupRole };
|
||||||
|
|
Loading…
Reference in a new issue