spec(frontend): aboutページにリポジトリ・フィードバックのURLを表示させる (MisskeyIO#438)
This commit is contained in:
@@ -8909,8 +8909,8 @@ export type operations = {
|
||||
swPublicKey?: string | null;
|
||||
swPrivateKey?: string | null;
|
||||
tosUrl?: string | null;
|
||||
repositoryUrl?: string;
|
||||
feedbackUrl?: string;
|
||||
repositoryUrl?: string | null;
|
||||
feedbackUrl?: string | null;
|
||||
impressumUrl?: string | null;
|
||||
privacyPolicyUrl?: string | null;
|
||||
useObjectStorage?: boolean;
|
||||
|
Reference in New Issue
Block a user