interface CreateIssueTypeAvatar {
    id: string;
    size: number;
    x?: number;
    y?: number;
}

Properties

Properties

id: string

The ID of the issue type.

size: number

The length of each side of the crop region.

x?: number

The X coordinate of the top-left corner of the crop region.

y?: number

The Y coordinate of the top-left corner of the crop region.