summary refs log tree commit diff
path: root/src/schemas/uncategorised/GuildSubscriptionsBulkSchema.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-20 00:07:11 +0200
committerRory& <root@rory.gay>2026-04-20 00:15:28 +0200
commit43eb367b2431af0e3cda0832e7f60a7ff7446ffa (patch)
treef155285cbf871d0ef6e908994ffe2c4c5f45fe0d /src/schemas/uncategorised/GuildSubscriptionsBulkSchema.ts
parentClean up schemas/responses a bit (diff)
downloadserver-ts-43eb367b2431af0e3cda0832e7f60a7ff7446ffa.tar.xz
Clean up schemas/uncategorised a bit
Diffstat (limited to 'src/schemas/uncategorised/GuildSubscriptionsBulkSchema.ts')
-rw-r--r--src/schemas/uncategorised/GuildSubscriptionsBulkSchema.ts18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/schemas/uncategorised/GuildSubscriptionsBulkSchema.ts b/src/schemas/uncategorised/GuildSubscriptionsBulkSchema.ts

index 272110c5..8739f5a8 100644 --- a/src/schemas/uncategorised/GuildSubscriptionsBulkSchema.ts +++ b/src/schemas/uncategorised/GuildSubscriptionsBulkSchema.ts
@@ -1,3 +1,21 @@ +/* + Spacebar: A FOSS re-implementation and extension of the Discord.com backend. + Copyright (C) 2026 Spacebar and Spacebar Contributors + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. +*/ + export interface GuildSubscriptionsBulkSchema { subscriptions: { [key: string]: GuildSubscriptionSchema }; }