frontend/.pnpm-store/v3/files/2f/8f0c3dac6ebc95fa2a8840a5154cfe4ddace5c42f68d4f5d8833f4e5bb39f5ea9e68ea3462391070e84e91463124b0809e3af6c5976862ad2a7f9713ba203d

5 lines
88 B
Plaintext

export type PermissionIdsNotMatchingError = {
name: string;
message: string;
};