mirror of
https://github.com/SomboChea/ui
synced 2026-01-12 06:05:43 +07:00
Refactor: Updated developers component structure (#360)
This commit is contained in:
committed by
GitHub
parent
eef2913dd5
commit
3a9f66c023
@@ -24,9 +24,16 @@ export interface PackageMetaInterface {
|
||||
type?: string;
|
||||
url?: string;
|
||||
};
|
||||
maintainers?: Array<Developer>;
|
||||
contributors?: Array<Developer>;
|
||||
};
|
||||
_uplinks: {};
|
||||
}
|
||||
export interface Developer {
|
||||
name: string;
|
||||
email: string;
|
||||
avatar: string;
|
||||
}
|
||||
|
||||
interface LicenseInterface {
|
||||
type: string;
|
||||
|
||||
Reference in New Issue
Block a user