Type Alias BrandsList

A collection of brands.

type BrandsList = {
    data?: Brand[];
    links?: { next?: Link; prev?: Link; self?: Link };
}
Index

Properties

Properties

data?: Brand[]
links?: { next?: Link; prev?: Link; self?: Link }