Added title in about us and updated apis
This commit is contained in:
@@ -150,6 +150,7 @@ export type AboutUssPublic = {
|
||||
export type AboutUsPublic = {
|
||||
index: number,
|
||||
description: string,
|
||||
title: string,
|
||||
image: string,
|
||||
id: string
|
||||
}
|
||||
@@ -157,12 +158,14 @@ export type AboutUsPublic = {
|
||||
export type AboutUsCreate = {
|
||||
index: number,
|
||||
description: string,
|
||||
title: string,
|
||||
image: File,
|
||||
}
|
||||
|
||||
export type AboutUsUpdate = {
|
||||
index: number,
|
||||
description: string,
|
||||
title: string,
|
||||
image?: File | undefined | null,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user