GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Build
Fork
: 0
Perditum
/
percord
Transfer to URL with SHA
Find file
Newer
Older
tree:
ad5f5cb90d
Branches
Tags
×
master
percord
/
src
/
util
/
schemas
/
responses
/ StickerPacksResponse.ts
Puyodead1
on 13 Apr 2023
97 bytes
oapi: sticker packs
Raw
Blame
History
import { StickerPack } from "../../entities"; export type StickerPacksResponse = StickerPack[];