Type Alias Shares

type Shares = {
    data?: Share[];
    links?: { next?: Link; prev?: Link; self: Link };
    meta?: { count: number };
}
Index

Properties

Properties

data?: Share[]
links?: { next?: Link; prev?: Link; self: Link }
meta?: { count: number }

Type declaration

  • count: number

    The total number of Shares matching the current filter.