feat: antolatzailea erakusten du
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
import type { Erakundea } from "./Erakundea";
|
||||
import type { ImageMedia } from "./ImageMedia";
|
||||
import type { Zikloa } from "./Zikloa";
|
||||
import dayjs from "dayjs";
|
||||
import "dayjs/locale/eu";
|
||||
|
||||
export interface Elkarlana {
|
||||
label: string;
|
||||
erakundeak?: Erakundea[];
|
||||
}
|
||||
|
||||
export interface Ekintza {
|
||||
id: string;
|
||||
slug: string;
|
||||
@@ -11,6 +17,7 @@ export interface Ekintza {
|
||||
titularra: string;
|
||||
deskribapena: string;
|
||||
hitzordua: string;
|
||||
elkarlana?: Elkarlana;
|
||||
sarrera: {
|
||||
label: string;
|
||||
deskribapena: string;
|
||||
|
||||
7
front/src/models/Erakundea.ts
Normal file
7
front/src/models/Erakundea.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { ImageMedia } from "./ImageMedia";
|
||||
|
||||
export interface Erakundea {
|
||||
izena: string;
|
||||
logo?: ImageMedia;
|
||||
esteka?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user