1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/static/types/own.d.ts
2024-01-06 01:05:03 +01:00

5 lines
100 B
TypeScript

export interface PopoverResponse {
name: string;
description: string;
image?: string;
}