Type Alias Notifications

type Notifications = {
    data?: Notification[];
    links?: Links;
    meta?: Meta;
}
Index

Properties

Properties

data?: Notification[]
links?: Links

Notifications links

meta?: Meta

Notifications meta data