export type PayloadProps = IDiskType[];
export interface IDiskType {
	name: string;
	type: string;
}
