mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-15 22:05:45 +02:00
@@ -8,15 +8,12 @@ export type Param = {
|
||||
transform?: any;
|
||||
default?: any;
|
||||
deprecated?: boolean;
|
||||
desc?: { [key: string]: string };
|
||||
ref?: string;
|
||||
};
|
||||
|
||||
export interface IEndpointMeta {
|
||||
stability?: string; //'deprecated' | 'experimental' | 'stable';
|
||||
|
||||
desc?: { [key: string]: string };
|
||||
|
||||
tags?: string[];
|
||||
|
||||
params?: {
|
||||
|
||||
Reference in New Issue
Block a user