mirror of
https://github.com/actions/stale.git
synced 2026-01-02 14:27:23 +08:00
4 lines
44 B
TypeScript
4 lines
44 B
TypeScript
|
|
export interface ILabel {
|
||
|
|
name: string;
|
||
|
|
}
|