mirror of
https://github.com/SomboChea/ui
synced 2026-01-12 06:05:43 +07:00
Feat: added "Fund this package" button (#375)
This commit is contained in:
committed by
GitHub
parent
3a9f66c023
commit
bf093cc27b
@@ -24,6 +24,8 @@ export interface PackageMetaInterface {
|
||||
type?: string;
|
||||
url?: string;
|
||||
};
|
||||
description?: string;
|
||||
funding?: Funding;
|
||||
maintainers?: Array<Developer>;
|
||||
contributors?: Array<Developer>;
|
||||
};
|
||||
@@ -35,6 +37,11 @@ export interface Developer {
|
||||
avatar: string;
|
||||
}
|
||||
|
||||
interface Funding {
|
||||
type?: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
interface LicenseInterface {
|
||||
type: string;
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user