@akamai/openapi-ts
    Preparing search index...

    Variable postRestoreBackupRequestSchemaConst

    postRestoreBackupRequestSchema: ZodObject<
        {
            body: ZodObject<
                { linode_id: ZodInt; overwrite: ZodOptional<ZodBoolean> },
                $strip,
            >;
            path: ZodObject<{ backupId: ZodInt; linodeId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...