interface PotCreated {
    name: string;
    pot_id: string;
    slug: string;
}

Properties

Properties

name: string
pot_id: string
slug: string