export interface IPin {
	id: number;
	name: string;
}