interface GetAppByIdParams {
    appId: number;
}

Properties

Properties

appId: number