frontend/.pnpm-store/v3/files/3a/081e4178e98dfe711d0202209ec80b6566c7ccfc5e0ea0f4ed0eafb7b2b62ddb524cd1a35158ff10658efdb583ae765cde4fc49172fd06932d365324e5787a

6 lines
89 B
Plaintext

export type UserGroup = {
name: string;
description?: string;
id: number;
};