Personnel: {
active: boolean;
department: string;
description: string;
email_to: string;
id?: number;
image: string;
location: string;
name: string;
office_hours: string;
short: string;
slug: string;
tags: string;
title: string;
[key: string]: any;
}
Type declaration
[key: string]: any
active: boolean
department: string
description: string
email_to: string
Optional
id?: number
image: string
location: string
name: string
office_hours: string
short: string
slug: string
tags: string
title: string