mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-24 02:44:38 -05:00
3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
export interface ICollection<TCollectionName extends string> {
|
|
collection: TCollectionName
|
|
} |