Type Alias ReloadRequest

type ReloadRequest = {
    appId: string;
    partial?: boolean;
    variables?: Record<string, string>;
    weight?: Weight;
}
Index

Properties

appId: string

The ID of the app to be reloaded.

partial?: boolean
variables?: Record<string, string>
weight?: Weight