dashpresshq/dashpress

View on GitHub
src/shared/types/roles.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
export type IRolesList = {
  label: string;
  value: string;
};