Interface JsonApiResource

interface JsonApiResource {
    id: string;
    langcode: string;
    status: boolean;
    type: string;
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

id: string
langcode: string
status: boolean
type: string