chore(misskey-js): build types
This commit is contained in:
parent
9f278147bf
commit
7aa76b8ef5
|
@ -23539,6 +23539,7 @@ export type operations = {
|
||||||
visibility?: 'public' | 'home' | 'followers' | 'specified';
|
visibility?: 'public' | 'home' | 'followers' | 'specified';
|
||||||
visibleUserIds?: string[];
|
visibleUserIds?: string[];
|
||||||
cw?: string | null;
|
cw?: string | null;
|
||||||
|
hashtag?: string | null;
|
||||||
/** @default false */
|
/** @default false */
|
||||||
localOnly?: boolean;
|
localOnly?: boolean;
|
||||||
/**
|
/**
|
||||||
|
@ -23625,6 +23626,7 @@ export type operations = {
|
||||||
visibility?: 'public' | 'home' | 'followers' | 'specified';
|
visibility?: 'public' | 'home' | 'followers' | 'specified';
|
||||||
visibleUserIds?: string[];
|
visibleUserIds?: string[];
|
||||||
cw?: string | null;
|
cw?: string | null;
|
||||||
|
hashtag?: string | null;
|
||||||
/** @default false */
|
/** @default false */
|
||||||
localOnly?: boolean;
|
localOnly?: boolean;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue