UNPKG

@reliverse/rse-sdk

Version:

@reliverse/rse-sdk allows you to create new plugins for @reliverse/rse CLI, interact with reliverse.org, and even extend your own CLI functionality (you may also try @reliverse/dler-sdk for this case).

19 lines (18 loc) 361 B
export interface UnghRepoResponse { repo?: { pushedAt: string; }; } export interface RuleRepo { id: string; author: string; name: string; description: string; branch?: string; tags?: string[]; category?: string; website?: string; isOfficial?: boolean; isCommunity?: boolean; communityPath?: string; }