ResourceTypeDto: {
    createdAt: string;
    description: string;
    id: string;
    name: string;
    slug: string;
}

Type declaration

  • createdAt: string

    Creation date of resource type.

  • description: string

    Description of resource type.

  • id: string

    Id of resource type.

  • name: string

    Name of resource type.

  • slug: string

    Slug of resource type.