Interface StatusFieldsType

StatusFieldsType Interface

Since

3.0.0

interface StatusFieldsType {
    date_floating: boolean;
    name: string;
    public: boolean;
    queryable: boolean;
    slug: string;
}

Properties

date_floating: boolean

The date_floating

Since

3.0.0

name: string

The name

Since

3.0.0

public: boolean

The public

Since

3.0.0

queryable: boolean

The queryable

Since

3.0.0

slug: string

The slug

Since

3.0.0

Generated using TypeDoc