5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
export type PermissionIdsNotMatchingError = {
|
|
name: string;
|
|
message: string;
|
|
};
|