/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * name: "x", * sha: "x", * tags: ["tags", "tags"] * } */ export interface PushContainerImageRequest { name: string; sha: string; tags: string[]; force?: boolean; }