Type Alias AppUpdateAttributes

type AppUpdateAttributes = {
    description?: string;
    name?: string;
}
Index

Properties

Properties

description?: string

The description of the application.

name?: string

The name (title) of the application.