Type Alias Notifications

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

Properties

Properties

data?: Notification[]
links?: Links
meta?: Meta