Started to work the shortcodes
This commit is contained in:
10
frontend/interfaces/IShortcode.ts
Normal file
10
frontend/interfaces/IShortcode.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import Media from "./Media";
|
||||
|
||||
export default interface IShortcode {
|
||||
id: number;
|
||||
code: string;
|
||||
type: string;
|
||||
value?: string;
|
||||
media_id?: string;
|
||||
media?: Media;
|
||||
}
|
||||
Reference in New Issue
Block a user